Skip to content

[refactor] : post_product 엔티티 추천수 필드 추가(#150)#151

Merged
myqewr merged 1 commit intodevelopfrom
feature/#150
Aug 19, 2025
Merged

[refactor] : post_product 엔티티 추천수 필드 추가(#150)#151
myqewr merged 1 commit intodevelopfrom
feature/#150

Conversation

@myqewr
Copy link
Member

@myqewr myqewr commented Aug 17, 2025

🌱 관련 이슈

📌 작업 내용 및 특이사항

  • post_product 엔티티에 recommended_count(추천수) 필드 추가했습니다.
  • domain entity, jpa entity, mapper 전반 수정해줬습니다.
  • github schema.sql 파일도 수정해두었습니다. (notion에 반영 완료)
  • "ALTER TABLE post_product ADD COLUMN recommended_count INTEGER DEFAULT 0;" 스키마 수정해주세요(노션 반영 완료)

🔍 참고사항

📚 기타

@myqewr myqewr requested a review from hisonghy August 17, 2025 08:38
Copy link
Member

@hisonghy hisonghy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

고생하셨습니다! 머지부탁드려요

@myqewr myqewr merged commit 3fb1274 into develop Aug 19, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

🚀️ 유저픽 게시글 관련 상품 엔티티 수정

2 participants